@charset "utf-8";
/*------------------------------ 
		 黑色Theme主题
 ------------------------------ */

/*Logo*/
#logo a{color: #F0F0F0;}
#logo a:hover{color: #ffffff;}
/*头部*/
#topFrame{background: #2B7DBA;}
/**/
.topNav ul li{color: #ffffff;}
/*左侧菜单*/
#leftFrame{background: #36435B;}
#leftFrame,
#leftFrame a{color: #ffffff;}
/*中间内容*/
#contentFrame{background: #FCFCFC;}
/*TOP导航*/
.topNav{border-left:1px solid #2072AE;}
.topNav ul li{border-right:1px solid #2072AE;}
.topNav ul li:hover{background: #549FDA;}
.topNav ul .current{color: #ffffff;	background: #549FDA;}
/*左侧导航*/
.leftNav ul li:hover{background: #465876;}
.leftNav ul .current{background: #549FDA;}
.leftNav ul .current:hover{background: #549FDA;}
/*内容部分导航*/
.contNav{background: url(../img/frame/contNavBg.png) repeat-x bottom;}
.contNav ul{border-left: 1px solid #C4C8D6;}
.contNav ul li{color: #838797;border-right: 1px solid #C4C8D6;}
.contNav ul li:hover{background: #DEE0E8;}
.contNav ul .current{color: #373942;background: #C4C8D6;}
/*top下拉菜单*/
#userBut{color: #ffffff;}
#userBut:hover{background: #549FDA;}
#userDown{background: #2B7DBA;}
#userDown ul{}
#userDown ul li{color: #ffffff;}
#userDown ul li:hover{background: #549FDA;};
#userBut ul .current{background: #549FDA;}
/*title标签*/
.title,.subtitle{color: #36435B;}
/*搜索工具条*/
/* update 20150611-background*/
.searchTool{background: #FFFFFF;/*border: 1px solid #E3E5EE;*/}
.searchTool_name{color: #373942; border-right: 1px solid #E3E5EE;}
/**/
/**/
input[type="text"],
input[type="password"],
textarea,
select{	border: 1px solid #D6D9E4;background: url(../img/frame/botton_bg.png) #ffffff top repeat-x;}
input[type="submit"]{color:#ffffff;background: #7E91AA;border: 1px solid #76869B;}
input[type="submit"]:hover{background: #75869A;}
input[type="submit"]:active{background: #75869A;}

.searchTool input[type="button"], 
.searchTool input[type="submit"],
.searchTool input[type="reset"]{color:#ffffff;background: #7E91AA;border: 1px solid #76869B;}
.searchTool input[type="button"]:hover, 
.searchTool input[type="submit"]:hover,
.searchTool input[type="reset"]:hover{background: #75869A;}
/*弹出对话框*/
.popupBox input[type="button"], 
.popupBox input[type="submit"],
.popupBox input[type="reset"]{color:#ffffff;background: #7E91AA;border: 1px solid #76869B;}
.popupBox input[type="button"]:hover, 
.popupBox input[type="submit"]:hover,
.popupBox input[type="reset"]:hover{background: #75869A;}

input[type="reset"]:active{background: #75869A;}
/**/
button{background:#7E91AA;border: 1px solid #76869B; color: #ffffff;}
button:hover{background: #75869a;}
button:active{background: #007DD9;}
/*list表格样式*/
/* .listBox table thead{background: #EFF0F4; border: 1px solid #E3E5EE; color: #373942;}
.listBox table thead td{border-bottom: 1px solid #E3E5EE;border-top: 1px solid #E3E5EE;}
.listBox table a{color: #0093FF; text-decoration: underline;}
.listBox table tbody td{border-bottom: 1px solid #EDF2F7; color: #80828E;}
.listBox table tfoot td{border-top: 1px solid #E6EBF1;border-bottom: 1px solid #E6EBF1; background: #EDF2F7;} */
/*列表表格-按钮*/
.tabDel,.tabEnt{background: #B1C9DA; color: #ffffff !important;}
.tabDel:hover{background: #BE0F0F;}
.tabEnt:hover{background: #449A10;}

/*超时盒子*/
.timeOutBox{
	width: 100%;
	height: 100%;
	background: #33405A;
	padding-top: 30px;
}
/**/
.timeOutMain{
	width: 918px;
	height: 100%;
	margin: 0 auto;
	display:block;	
	position: relative;
	background: url(../img/frame/Blue-timeOut_03.png) no-repeat;
}
.timeOutMain .talkPopupBox{
	width: 525px;
	height: 132px;
	position: absolute;
	right: 0;
	top: 100px;
	background: url(../img/frame/Blue-timeOut_02.png) no-repeat;
}
.timeOutMain .talkPopupBox ul{
	padding: 10px 0 0 0;
}
.timeOutMain .talkPopupBox ul li{
	color: #ffffff;
	float: left;
	font-size: 16px;
	width: 450px;
	margin: 15px 0 0 56px;
}
.timeOutMain .talkPopupBox ul li a{
	height: 30px;
	line-height: 30px;
	background: #549FDB;
	display: inline-block;
	padding:0 15px;
	border-radius: 2px;
	color: #ffffff;
	font-size: 16px;
	margin: 0 10px;
}
.timeOutMain .talkPopupBox ul li a:hover{
	text-decoration: none;
	background: #4890C9;
}